Class InterfaceStdCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceStdCT
-
public class InterfaceStdCT extends Object
Definition of Interface CTJava class for InterfaceStd_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterfaceStd_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML" minOccurs="0"/> <element name="Class" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFClassOption_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="Option" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFClassOption_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="IFProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFProperty_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="IFPropertyRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFPropertyRef_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="URL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="idRefStdBody" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="part" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codeFull" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<IFClassOptionCT>
clazz
protected String
code
protected String
codeFull
protected String
description
protected String
gid
protected String
id
protected Object
idRefStdBody
protected List<IFPropertyCT>
ifProperty
protected List<IFPropertyRefCT>
ifPropertyRef
protected String
name
protected List<IFClassOptionCT>
option
protected String
part
protected String
url
protected String
version
protected XHTMLDocCT
xhtml
protected String
year
-
Constructor Summary
Constructors Constructor Description InterfaceStdCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IFClassOptionCT>
getClazz()
Gets the value of the clazz property.String
getCode()
Gets the value of the code property.String
getCodeFull()
Gets the value of the codeFull property.String
getDescription()
Gets the value of the description property.String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.Object
getIdRefStdBody()
Gets the value of the idRefStdBody property.List<IFPropertyCT>
getIFProperty()
Gets the value of the ifProperty property.List<IFPropertyRefCT>
getIFPropertyRef()
Gets the value of the ifPropertyRef property.String
getName()
Gets the value of the name property.List<IFClassOptionCT>
getOption()
Gets the value of the option property.String
getPart()
Gets the value of the part property.String
getURL()
Gets the value of the url property.String
getVersion()
Gets the value of the version property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.String
getYear()
Gets the value of the year property.void
setCode(String value)
Sets the value of the code property.void
setCodeFull(String value)
Sets the value of the codeFull property.void
setDescription(String value)
Sets the value of the description property.void
setGid(String value)
Sets the value of the gid property.void
setId(String value)
Sets the value of the id property.void
setIdRefStdBody(Object value)
Sets the value of the idRefStdBody property.void
setName(String value)
Sets the value of the name property.void
setPart(String value)
Sets the value of the part property.void
setURL(String value)
Sets the value of the url property.void
setVersion(String value)
Sets the value of the version property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.void
setYear(String value)
Sets the value of the year property.
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
clazz
protected List<IFClassOptionCT> clazz
-
option
protected List<IFClassOptionCT> option
-
ifProperty
protected List<IFPropertyCT> ifProperty
-
ifPropertyRef
protected List<IFPropertyRefCT> ifPropertyRef
-
id
protected String id
-
gid
protected String gid
-
name
protected String name
-
description
protected String description
-
url
protected String url
-
idRefStdBody
protected Object idRefStdBody
-
code
protected String code
-
part
protected String part
-
year
protected String year
-
version
protected String version
-
codeFull
protected String codeFull
-
-
Method Detail
-
getXHTML
public XHTMLDocCT getXHTML()
Gets the value of the xhtml property.- Returns:
- possible object is
XHTMLDocCT
-
setXHTML
public void setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.- Parameters:
value
- allowed object isXHTMLDocCT
-
getClazz
public List<IFClassOptionCT> getClazz()
Gets the value of the clazz property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the clazz property.For example, to add a new item, do as follows:
getClazz().add(newItem);
Objects of the following type(s) are allowed in the list
IFClassOptionCT
-
getOption
public List<IFClassOptionCT> getOption()
Gets the value of the option property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the option property.For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
IFClassOptionCT
-
getIFProperty
public List<IFPropertyCT> getIFProperty()
Gets the value of the ifProperty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the ifProperty property.For example, to add a new item, do as follows:
getIFProperty().add(newItem);
Objects of the following type(s) are allowed in the list
IFPropertyCT
-
getIFPropertyRef
public List<IFPropertyRefCT> getIFPropertyRef()
Gets the value of the ifPropertyRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the ifPropertyRef property.For example, to add a new item, do as follows:
getIFPropertyRef().add(newItem);
Objects of the following type(s) are allowed in the list
IFPropertyRefCT
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getURL
public String getURL()
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
public void setURL(String value)
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getIdRefStdBody
public Object getIdRefStdBody()
Gets the value of the idRefStdBody property.- Returns:
- possible object is
Object
-
setIdRefStdBody
public void setIdRefStdBody(Object value)
Sets the value of the idRefStdBody property.- Parameters:
value
- allowed object isObject
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getPart
public String getPart()
Gets the value of the part property.- Returns:
- possible object is
String
-
setPart
public void setPart(String value)
Sets the value of the part property.- Parameters:
value
- allowed object isString
-
getYear
public String getYear()
Gets the value of the year property.- Returns:
- possible object is
String
-
setYear
public void setYear(String value)
Sets the value of the year property.- Parameters:
value
- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
getCodeFull
public String getCodeFull()
Gets the value of the codeFull property.- Returns:
- possible object is
String
-
-