public abstract class AssociationByRepOrRef<T extends Associable & Child> extends AssociationByRep<T> implements AssociationAttributeGroup
Constructor and Description |
---|
AssociationByRepOrRef() |
AssociationByRepOrRef(java.lang.String href) |
AssociationByRepOrRef(T object) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
XLinkActuate |
getActuate() |
java.lang.String |
getArcrole() |
GMLClass |
getGMLClass() |
java.lang.String |
getHref() |
java.lang.String |
getRemoteSchema() |
java.lang.String |
getRole() |
XLinkShow |
getShow() |
java.lang.String |
getTitle() |
XLinkType |
getType() |
boolean |
isSetActuate() |
boolean |
isSetArcrole() |
boolean |
isSetHref() |
boolean |
isSetRemoteSchema() |
boolean |
isSetRole() |
boolean |
isSetShow() |
boolean |
isSetTitle() |
boolean |
isSetType() |
void |
setActuate(XLinkActuate actuate) |
void |
setArcrole(java.lang.String arcrole) |
void |
setHref(java.lang.String href) |
void |
setRemoteSchema(java.lang.String remoteSchema) |
void |
setRole(java.lang.String role) |
void |
setShow(XLinkShow show) |
void |
setTitle(java.lang.String title) |
void |
setType(XLinkType type) |
void |
unsetActuate() |
void |
unsetArcrole() |
void |
unsetHref() |
void |
unsetRemoteSchema() |
void |
unsetRole() |
void |
unsetShow() |
void |
unsetTitle() |
void |
unsetType() |
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociableClass
public AssociationByRepOrRef()
public AssociationByRepOrRef(T object)
public AssociationByRepOrRef(java.lang.String href)
public XLinkActuate getActuate()
getActuate
in interface AssociationAttributeGroup
public java.lang.String getArcrole()
getArcrole
in interface AssociationAttributeGroup
public java.lang.String getHref()
getHref
in interface AssociationAttributeGroup
public java.lang.String getRemoteSchema()
getRemoteSchema
in interface AssociationAttributeGroup
public java.lang.String getRole()
getRole
in interface AssociationAttributeGroup
public XLinkShow getShow()
getShow
in interface AssociationAttributeGroup
public java.lang.String getTitle()
getTitle
in interface AssociationAttributeGroup
public XLinkType getType()
getType
in interface AssociationAttributeGroup
public boolean isSetActuate()
isSetActuate
in interface AssociationAttributeGroup
public boolean isSetArcrole()
isSetArcrole
in interface AssociationAttributeGroup
public boolean isSetHref()
isSetHref
in interface AssociationAttributeGroup
public boolean isSetRemoteSchema()
isSetRemoteSchema
in interface AssociationAttributeGroup
public boolean isSetRole()
isSetRole
in interface AssociationAttributeGroup
public boolean isSetShow()
isSetShow
in interface AssociationAttributeGroup
public boolean isSetTitle()
isSetTitle
in interface AssociationAttributeGroup
public boolean isSetType()
isSetType
in interface AssociationAttributeGroup
public void setActuate(XLinkActuate actuate)
setActuate
in interface AssociationAttributeGroup
public void setArcrole(java.lang.String arcrole)
setArcrole
in interface AssociationAttributeGroup
public void setHref(java.lang.String href)
setHref
in interface AssociationAttributeGroup
public void setRemoteSchema(java.lang.String remoteSchema)
setRemoteSchema
in interface AssociationAttributeGroup
public void setRole(java.lang.String role)
setRole
in interface AssociationAttributeGroup
public void setShow(XLinkShow show)
setShow
in interface AssociationAttributeGroup
public void setTitle(java.lang.String title)
setTitle
in interface AssociationAttributeGroup
public void setType(XLinkType type)
setType
in interface AssociationAttributeGroup
public void unsetActuate()
unsetActuate
in interface AssociationAttributeGroup
public void unsetArcrole()
unsetArcrole
in interface AssociationAttributeGroup
public void unsetHref()
unsetHref
in interface AssociationAttributeGroup
public void unsetRemoteSchema()
unsetRemoteSchema
in interface AssociationAttributeGroup
public void unsetRole()
unsetRole
in interface AssociationAttributeGroup
public void unsetShow()
unsetShow
in interface AssociationAttributeGroup
public void unsetTitle()
unsetTitle
in interface AssociationAttributeGroup
public void unsetType()
unsetType
in interface AssociationAttributeGroup
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AssociationByRep<T extends Associable & Child>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AssociationByRep<T extends Associable & Child>