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>clazzprotected Stringcodeprotected StringcodeFullprotected Stringdescriptionprotected Stringgidprotected Stringidprotected ObjectidRefStdBodyprotected List<IFPropertyCT>ifPropertyprotected List<IFPropertyRefCT>ifPropertyRefprotected Stringnameprotected List<IFClassOptionCT>optionprotected Stringpartprotected Stringurlprotected Stringversionprotected XHTMLDocCTxhtmlprotected Stringyear
-
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.StringgetCode()Gets the value of the code property.StringgetCodeFull()Gets the value of the codeFull property.StringgetDescription()Gets the value of the description property.StringgetGid()Gets the value of the gid property.StringgetId()Gets the value of the id property.ObjectgetIdRefStdBody()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.StringgetName()Gets the value of the name property.List<IFClassOptionCT>getOption()Gets the value of the option property.StringgetPart()Gets the value of the part property.StringgetURL()Gets the value of the url property.StringgetVersion()Gets the value of the version property.XHTMLDocCTgetXHTML()Gets the value of the xhtml property.StringgetYear()Gets the value of the year property.voidsetCode(String value)Sets the value of the code property.voidsetCodeFull(String value)Sets the value of the codeFull property.voidsetDescription(String value)Sets the value of the description property.voidsetGid(String value)Sets the value of the gid property.voidsetId(String value)Sets the value of the id property.voidsetIdRefStdBody(Object value)Sets the value of the idRefStdBody property.voidsetName(String value)Sets the value of the name property.voidsetPart(String value)Sets the value of the part property.voidsetURL(String value)Sets the value of the url property.voidsetVersion(String value)Sets the value of the version property.voidsetXHTML(XHTMLDocCT value)Sets the value of the xhtml property.voidsetYear(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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
-
-