Uses of Class
nl.b3p.csw.jaxb.gml.AbstractSolidType
-
Packages that use AbstractSolidType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractSolidType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractSolidType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classSolidTypeA solid is the basis for 3-dimensional geometry.Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractSolidType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>>SolidArrayPropertyType. solidprotected javax.xml.bind.JAXBElement<? extends AbstractSolidType>SolidPropertyType. solidMethods in nl.b3p.csw.jaxb.gml that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeObjectFactory. createAbstractSolidType()Create an instance ofAbstractSolidTypeMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractSolidType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>>SolidArrayPropertyType. getSolid()Gets the value of the solid property.javax.xml.bind.JAXBElement<? extends AbstractSolidType>SolidPropertyType. getSolid()Gets the value of the solid property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractSolidType Modifier and Type Method Description AbstractSolidObjectFactory. createAbstractSolid(AbstractSolidType value)Create an instance ofAbstractSolid}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractSolidType Modifier and Type Method Description voidSolidPropertyType. setSolid(javax.xml.bind.JAXBElement<? extends AbstractSolidType> value)Sets the value of the solid property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractSolidType Constructor Description AbstractSolid(AbstractSolidType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractSolidType Constructor Description SolidArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>> solid)Fully-initialising value constructorSolidPropertyType(javax.xml.bind.JAXBElement<? extends AbstractSolidType> solid, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-