public class Background extends X3DBackgroundNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}X3DBackgroundNode"> <attribute name="backUrl" type="{}MFString" /> <attribute name="bottomUrl" type="{}MFString" /> <attribute name="frontUrl" type="{}MFString" /> <attribute name="leftUrl" type="{}MFString" /> <attribute name="rightUrl" type="{}MFString" /> <attribute name="topUrl" type="{}MFString" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MFString |
backUrl |
protected MFString |
bottomUrl |
protected MFString |
frontUrl |
protected MFString |
leftUrl |
protected MFString |
rightUrl |
protected MFString |
topUrl |
groundAngle, groundColor, skyAngle, skyColor, transparency
containerField
Constructor and Description |
---|
Background() |
Modifier and Type | Method and Description |
---|---|
MFString |
getBackUrl()
Gets the value of the backUrl property.
|
MFString |
getBottomUrl()
Gets the value of the bottomUrl property.
|
MFString |
getFrontUrl()
Gets the value of the frontUrl property.
|
MFString |
getLeftUrl()
Gets the value of the leftUrl property.
|
MFString |
getRightUrl()
Gets the value of the rightUrl property.
|
MFString |
getTopUrl()
Gets the value of the topUrl property.
|
getGroundAngle, getGroundColor, getSkyAngle, getSkyColor, getTransparency, setGroundAngle, setGroundColor, setSkyAngle, setSkyColor, setTransparency
getContainerField, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected MFString backUrl
protected MFString bottomUrl
protected MFString frontUrl
protected MFString leftUrl
protected MFString rightUrl
protected MFString topUrl
public MFString getBackUrl()
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 backUrl property.
For example, to add a new item, do as follows:
getBackUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFString getBottomUrl()
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 bottomUrl property.
For example, to add a new item, do as follows:
getBottomUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFString getFrontUrl()
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 frontUrl property.
For example, to add a new item, do as follows:
getFrontUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFString getLeftUrl()
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 leftUrl property.
For example, to add a new item, do as follows:
getLeftUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFString getRightUrl()
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 rightUrl property.
For example, to add a new item, do as follows:
getRightUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFString getTopUrl()
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 topUrl property.
For example, to add a new item, do as follows:
getTopUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SFString