|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xlink.Extended
public class Extended
Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.
Java-Klasse für extended complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="extended"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.w3.org/1999/xlink}extendedModel" maxOccurs="unbounded" minOccurs="0"/> <attGroup ref="{http://www.w3.org/1999/xlink}extendedAttrs"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Extended()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getExtendedModel()
Gets the value of the extendedModel property. |
java.lang.String |
getRole()
Ruft den Wert der role-Eigenschaft ab. |
java.lang.String |
getTitle()
Ruft den Wert der title-Eigenschaft ab. |
TypeType |
getType()
Ruft den Wert der type-Eigenschaft ab. |
boolean |
isSetExtendedModel()
|
boolean |
isSetRole()
|
boolean |
isSetTitle()
|
boolean |
isSetType()
|
void |
setExtendedModel(java.util.List<java.lang.Object> extendedModel)
Sets the value of the extendedModel property. |
void |
setRole(java.lang.String value)
Legt den Wert der role-Eigenschaft fest. |
void |
setTitle(java.lang.String value)
Legt den Wert der title-Eigenschaft fest. |
void |
setType(TypeType value)
Legt den Wert der type-Eigenschaft fest. |
void |
unsetExtendedModel()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Extended()
Method Detail |
---|
public java.util.List<java.lang.Object> getExtendedModel()
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 extendedModel property.
For example, to add a new item, do as follows:
getExtendedModel().add(newItem);
Objects of the following type(s) are allowed in the list
TitleEltType
ResourceType
LocatorType
ArcType
public boolean isSetExtendedModel()
public void unsetExtendedModel()
public TypeType getType()
TypeType
public void setType(TypeType value)
value
- allowed object is
TypeType
public boolean isSetType()
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public boolean isSetRole()
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public boolean isSetTitle()
public void setExtendedModel(java.util.List<java.lang.Object> extendedModel)
extendedModel
- allowed object is
TitleEltType
ResourceType
LocatorType
ArcType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |