Class TPrivate
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
org.lfenergy.compas.scl2007b4.model.TPrivate
Java class for tPrivate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPrivate"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyContentFromOtherNamespace"> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
content
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the source property.getType()
Gets the value of the type property.boolean
boolean
void
Sets the value of the source property.void
Sets the value of the type property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
getContent, getOtherAttributes, isSetContent, unsetContent
-
Field Details
-
type
-
source
-
-
Constructor Details
-
TPrivate
public TPrivate()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value
- allowed object isString
-
isSetSource
public boolean isSetSource()
-