Class IndicatorType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.udt.IndicatorType
-
- Direct Known Subclasses:
AcceptedIndicatorType,AdValoremIndicatorType,AnimalFoodApprovedIndicatorType,AnimalFoodIndicatorType,AuctionConstraintIndicatorType,BackOrderAllowedIndicatorType,BalanceBroughtForwardIndicatorType,BasedOnConsensusIndicatorType,BindingOnBuyerIndicatorType,BulkCargoIndicatorType,CandidateReductionConstraintIndicatorType,CatalogueIndicatorType,ChargeIndicatorType,CompletionIndicatorType,ConsolidatableIndicatorType,ContainerizedIndicatorType,CopyIndicatorType,CustomsImportClassifiedIndicatorType,DangerousGoodsApprovedIndicatorType,FollowupContractIndicatorType,FreeOfChargeIndicatorType,FrozenDocumentIndicatorType,FullyPaidSharesIndicatorType,GeneralCargoIndicatorType,GovernmentAgreementConstraintIndicatorType,HazardousRiskIndicatorType,HumanFoodApprovedIndicatorType,HumanFoodIndicatorType,IndicationIndicatorType,ItemUpdateRequestIndicatorType,LegalStatusIndicatorType,LivestockIndicatorType,MarkAttentionIndicatorType,MarkCareIndicatorType,OnCarriageIndicatorType,OptionalLineItemIndicatorType,OrderableIndicatorType,OtherConditionsIndicatorType,PartialDeliveryIndicatorType,PowerIndicatorType,PreCarriageIndicatorType,PrepaidIndicatorType,PricingUpdateRequestIndicatorType,PrizeIndicatorType,PublishAwardIndicatorType,RefrigeratedIndicatorType,RefrigerationOnIndicatorType,RequiredCurriculaIndicatorType,ReturnabilityIndicatorType,ReturnableMaterialIndicatorType,SoleProprietorshipIndicatorType,SpecialSecurityIndicatorType,SplitConsignmentIndicatorType,StatusAvailableIndicatorType,TaxEvidenceIndicatorType,TaxIncludedIndicatorType,ThirdPartyPayerIndicatorType,ToOrderIndicatorType,UnknownPriceIndicatorType,VariantConstraintIndicatorType
public class IndicatorType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">UBLUDT0000012</ccts:UniqueID>
<?xml version="1.0" encoding="UTF-8"?><ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">UDT</ccts:CategoryCode>
<?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Indicator. Type</ccts:DictionaryEntryName>
<?xml version="1.0" encoding="UTF-8"?><ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">1.0</ccts:VersionID>
<?xml version="1.0" encoding="UTF-8"?><ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">A list of two mutually exclusive Boolean values that express the only possible states of a property.</ccts:Definition>
<?xml version="1.0" encoding="UTF-8"?><ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Indicator</ccts:RepresentationTermName>
<?xml version="1.0" encoding="UTF-8"?><ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">string</ccts:PrimitiveType>
Java class for IndicatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndicatorType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>boolean"> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanvalue
-
Constructor Summary
Constructors Constructor Description IndicatorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValue()Gets the value of the value property.voidsetValue(boolean value)Sets the value of the value property.
-