public class FieldValue extends SceneGraphStructureNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}SceneGraphStructureNodeType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{}SceneGraphFragmentContentModel"/> </choice> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="value" type="{}SFString" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<X3DNode> |
childObjects |
protected String |
name |
protected SFString |
value |
Constructor and Description |
---|
FieldValue() |
Modifier and Type | Method and Description |
---|---|
List<X3DNode> |
getChildObjects()
Gets the value of the childObjects property.
|
String |
getName()
Gets the value of the name property.
|
SFString |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(SFString value)
Sets the value of the value property.
|
public List<X3DNode> getChildObjects()
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 childObjects property.
For example, to add a new item, do as follows:
getChildObjects().add(newItem);
Objects of the following type(s) are allowed in the list
FillProperties
LineProperties
Material
TwoSidedMaterial
ComposedShader
PackagedShader
ProgramShader
ComposedCubeMapTexture
ComposedTexture3D
ImageTexture
ImageTexture3D
MovieTexture
MultiTexture
PixelTexture
PixelTexture3D
GeneratedCubeMapTexture
ImageCubeMapTexture
MultiTextureTransform
TextureTransform
MetadataDouble
MetadataFloat
MetadataInteger
MetadataSet
MetadataString
Appearance
Background
ColorInterpolator
CoordinateInterpolator
DirectionalLight
Group
NavigationInfo
NormalInterpolator
OrientationInterpolator
PositionInterpolator
ScalarInterpolator
Shape
TimeSensor
Transform
Viewpoint
WorldInfo
Anchor
BooleanFilter
BooleanSequencer
BooleanToggle
BooleanTrigger
CylinderSensor
Inline
IntegerSequencer
IntegerTrigger
KeySensor
PlaneSensor
PointLight
ProximitySensor
SphereSensor
SpotLight
StringSensor
Switch
TimeTrigger
TouchSensor
AudioClip
Billboard
Collision
Fog
LoadSensor
LocalFog
LOD
Script
Sound
VisibilitySensor
CoordinateInterpolator2D
PositionInterpolator2D
StaticGroup
CADAssembly
CADLayer
OrthoViewpoint
ViewpointGroup
ColorDamper
CoordinateDamper
OrientationChaser
OrientationDamper
PositionChaser
PositionChaser2D
PositionDamper
PositionDamper2D
ScalarChaser
TexCoordDamper2D
TextureBackground
CollidableShape
CollisionSensor
RigidBodyCollection
EspduTransform
ReceiverPdu
SignalPdu
TransmitterPdu
DISEntityManager
GeoLocation
GeoLOD
GeoMetadata
GeoOrigin
GeoPositionInterpolator
GeoProximitySensor
GeoTouchSensor
GeoViewpoint
GeoTransform
HAnimHumanoid
HAnimJoint
HAnimSegment
HAnimSite
NurbsOrientationInterpolator
NurbsPositionInterpolator
NurbsSurfaceInterpolator
NurbsSet
ProtoInstance
Box
Cone
Cylinder
IndexedFaceSet
IndexedLineSet
IndexedTriangleFanSet
IndexedTriangleSet
IndexedTriangleStripSet
LineSet
PointSet
Sphere
TriangleFanSet
TriangleSet
TriangleStripSet
ElevationGrid
Polyline2D
Polypoint2D
Rectangle2D
TriangleSet2D
Extrusion
Text
Arc2D
ArcClose2D
Circle2D
Disk2D
QuadSet
IndexedQuadSet
GeoElevationGrid
NurbsCurve
NurbsCurve2D
NurbsPatchSurface
NurbsSweptSurface
NurbsSwungSurface
NurbsTrimmedSurface
Color
ColorRGBA
Coordinate
CoordinateDouble
FontStyle
GeoCoordinate
Normal
TextureCoordinate
HAnimDisplacer
Contour2D
ContourPolyline2D
NurbsTextureCoordinate
BallJoint
CollidableOffset
CollisionCollection
CollisionSpace
Contact
DoubleAxisHingeJoint
MotorJoint
RigidBody
SingleAxisHingeJoint
SliderJoint
UniversalJoint
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public SFString getValue()
SFString